PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / isInvisible Method
In This Topic
    isInvisible Method
    In This Topic
    Gets a value indicating whether the annotation should be displayed if it does not belong to one of the standard annotation types.
    Syntax
    public boolean isInvisible()

    Return Value

    True if the annotation should be displayed, false otherwise.
    See Also